home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / Code / FIELD / effects / _fx371.as next >
Encoding:
Text File  |  2010-05-14  |  645 b   |  34 lines

  1. package Code.FIELD.effects
  2. {
  3.    import Code.LIB._be548;
  4.    import Code.LIB._oo505;
  5.    
  6.    public class _fx371 extends _be548
  7.    {
  8.       public var pictureInd:int = -1;
  9.       
  10.       public var presc:int = 0;
  11.       
  12.       private var bitmap:_oo505;
  13.       
  14.       public var totalSteps:int;
  15.       
  16.       public var step:int;
  17.       
  18.       public function _fx371()
  19.       {
  20.          pictureInd = -1;
  21.          presc = 0;
  22.          super();
  23.          bitmap = new _oo505();
  24.          addChild(bitmap);
  25.       }
  26.       
  27.       public function _up144(param1:_oo505) : void
  28.       {
  29.          param1._vy822(bitmap);
  30.       }
  31.    }
  32. }
  33.  
  34.